skia: Cast SkEndian_SwapBE32(n) to uint32_t on big-endian
authorCarsten Schoenert <c.schoenert@t-online.de>
Tue, 18 Jul 2023 14:02:48 +0000 (16:02 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Tue, 19 Dec 2023 19:24:02 +0000 (20:24 +0100)
commita1fab75b4c7f0d5839c206ac10dd02b254b5ecdc
treee8beeb870997ddc87fbf562d623c4d74e5dc5bbc
parentabcab56c8c2456fde64bed78c3270543534bb034
skia: Cast SkEndian_SwapBE32(n) to uint32_t on big-endian

On BE the byte-swapping needs to be unint32_t so cast that to that.
We have ppc64 and s390x which are Big Endian platforms.

Based on https://cgit.freebsd.org/ports/commit/?id=3110f3a0dcfdf1d5be165bbbb1ff08d720c63c48

Gbp-Pq: Topic fixes
Gbp-Pq: Name skia-Cast-SkEndian_SwapBE32-n-to-uint32_t-on-big-endian.patch
gfx/skia/skia/src/base/SkEndian.h